listbox: Don't compare int to uint
authorTimm Bäder <mail@baedert.org>
Sat, 16 Apr 2016 11:57:08 +0000 (13:57 +0200)
committerTimm Bäder <mail@baedert.org>
Thu, 12 May 2016 18:39:39 +0000 (20:39 +0200)
gtk/gtklistbox.c

index 25be5931e3c6df4618021d0f95a600302250c0a1..91c08e361e1bbcdf0ae93803ce37410a672f1785 100644 (file)
@@ -3805,7 +3805,7 @@ gtk_list_box_bound_model_changed (GListModel *list,
 {
   GtkListBox *box = user_data;
   GtkListBoxPrivate *priv = BOX_PRIV (user_data);
-  gint i;
+  guint i;
 
   while (removed--)
     {